home *** CD-ROM | disk | FTP | other *** search
/ Merciful 5 / Merciful - Disc 5.iso / software / p / page_monster / pagemonsterv1.0_3.dms / pagemonsterv1.0_3.adf / SCRIPTS / check2.script < prev    next >
Text File  |  1996-12-26  |  1KB  |  54 lines

  1.   
  2.   
  3.   IF EXISTS ram:product.html
  4.  
  5.    append ram:mallh.html to ram:prod.html
  6.    append ram:product.html to ram:prod.html
  7.    append ram:mallend.html to ram:prod.html
  8.    append ram:prod.header to ram:mall.html
  9.    append ram:prod.html to ram:mall.html
  10.    
  11.   ENDIF
  12.  
  13.  
  14.  IF EXISTS ram:service.html
  15.  
  16.    append ram:mallh.html to ram:serv.html
  17.    append ram:service.html to ram:serv.html
  18.    append ram:mallend.html to ram:serv.html
  19.    append ram:serv.header to ram:mall.html
  20.    append ram:serv.html to ram:mall.html
  21.    
  22.   ENDIF
  23.  
  24.  
  25.  IF EXISTS ram:restaurant.html
  26.  
  27.    append ram:mallh.html to ram:rest.html
  28.    append ram:restaurant.html to ram:rest.html
  29.    append ram:mallend.html to ram:rest.html
  30.    append ram:rest.header to ram:mall.html
  31.    append ram:rest.html to ram:mall.html
  32.    
  33.   ENDIF
  34.  
  35.  
  36.  IF EXISTS ram:classified.html
  37.  
  38.    append ram:mallh.html to ram:class.html
  39.    append ram:classified.html to ram:class.html
  40.    append ram:mallend.html to ram:class.html
  41.    append ram:class.header to ram:mall.html
  42.    append ram:class.html to ram:mall.html
  43.    
  44.   ENDIF
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.